| Class | Description |
|---|---|
| PDFConvertImagesToGrayTransform | Defines a page transformation that converts all images on the page to gray. The 1bpp B/W images and image masks are not changed. |
| PDFConvertToCmykTransform | Defines a page transformation that converts all colors on a PDF page to CMYK. |
| PDFConvertToGrayTransform | Defines a page transformation that converts all colors on a PDF page to gray. |
| PDFConvertToRgbTransform | Defines a page transformation that converts all colors on a PDF page to RGB. Gray colors and images and image masks are not changed. |
| PDFPageInspectorTransform | |
| PDFPageTransform | Defines the base class for page transformations. |
| PDFPageTransformer | Defines a transformer for page content. |
| PDFReplaceImageEvent | Defines the arguments for PDFReplaceImageListener.replaceImage event. |
| PDFReplaceImageTransform | Defines a page transformation that allows to replace an image with another image. |